home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 2-2.iso / utility / winmenu98 / _SETUP.1 / Config.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-12-21  |  27KB  |  1,052 lines

  1. object Form1: TForm1
  2.   Left = 238
  3.   Top = 160
  4.   Width = 581
  5.   Height = 442
  6.   Caption = 'Svenna∩┐╜s Win Menu 98 - Setup'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 380
  23.     Width = 573
  24.     Height = 31
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object OK: TButton
  29.       Left = 400
  30.       Top = 0
  31.       Width = 75
  32.       Height = 25
  33.       Hint = 'Exit and save'
  34.       Caption = '&OK'
  35.       ModalResult = 1
  36.       ParentShowHint = False
  37.       ShowHint = True
  38.       TabOrder = 0
  39.       OnClick = SaveClick
  40.     end
  41.     object Cancel: TButton
  42.       Left = 480
  43.       Top = 0
  44.       Width = 75
  45.       Height = 25
  46.       Hint = 'Exit without saving'
  47.       Cancel = True
  48.       Caption = '&Cancel'
  49.       ModalResult = 2
  50.       ParentShowHint = False
  51.       ShowHint = True
  52.       TabOrder = 1
  53.       OnClick = CancelClick
  54.     end
  55.   end
  56.   object Panel2: TPanel
  57.     Left = 0
  58.     Top = 0
  59.     Width = 573
  60.     Height = 380
  61.     Align = alClient
  62.     BevelOuter = bvNone
  63.     BorderWidth = 5
  64.     TabOrder = 1
  65.     object PageControl1: TPageControl
  66.       Left = 5
  67.       Top = 5
  68.       Width = 563
  69.       Height = 370
  70.       ActivePage = ItemsTab
  71.       Align = alClient
  72.       HotTrack = True
  73.       TabOrder = 0
  74.       OnChanging = PageControl1Changing
  75.       object ItemsTab: TTabSheet
  76.         Caption = 'Items menu'
  77.         object Items_Panel: TTabControl
  78.           Left = 8
  79.           Top = 16
  80.           Width = 537
  81.           Height = 313
  82.           MultiLine = True
  83.           TabIndex = 0
  84.           TabOrder = 0
  85.           TabPosition = tpBottom
  86.           Tabs.Strings = (
  87.             'Windows1'
  88.             'Windows2'
  89.             'Windows3'
  90.             'Windows4'
  91.             'Windows5'
  92.             'Windows6'
  93.             'Windows7'
  94.             'Windows8'
  95.             'Windows9'
  96.             'Windows10'
  97.             'Windows11'
  98.             'Windows12'
  99.             'Windows13'
  100.             'Windows14'
  101.             'Windows15')
  102.           OnChange = Items_PanelChange
  103.           object ItemIcon: TImage
  104.             Left = 272
  105.             Top = 200
  106.             Width = 41
  107.             Height = 41
  108.             Stretch = True
  109.           end
  110.           object Label1: TLabel
  111.             Left = 256
  112.             Top = 8
  113.             Width = 28
  114.             Height = 13
  115.             Caption = 'Name'
  116.           end
  117.           object Label2: TLabel
  118.             Left = 256
  119.             Top = 48
  120.             Width = 65
  121.             Height = 13
  122.             Caption = 'File command'
  123.           end
  124.           object Label3: TLabel
  125.             Left = 256
  126.             Top = 88
  127.             Width = 83
  128.             Height = 13
  129.             Caption = 'Working directory'
  130.           end
  131.           object Label4: TLabel
  132.             Left = 256
  133.             Top = 128
  134.             Width = 59
  135.             Height = 13
  136.             Caption = 'Executetype'
  137.           end
  138.           object Label5: TLabel
  139.             Left = 256
  140.             Top = 168
  141.             Width = 21
  142.             Height = 13
  143.             Caption = 'Icon'
  144.           end
  145.           object Label11: TLabel
  146.             Left = 272
  147.             Top = 184
  148.             Width = 38
  149.             Height = 13
  150.             Caption = 'No Icon'
  151.           end
  152.           object ItemsListBox: TListBox
  153.             Left = 8
  154.             Top = 8
  155.             Width = 201
  156.             Height = 233
  157.             ItemHeight = 13
  158.             TabOrder = 9
  159.             OnClick = ItemsListBoxCLick
  160.           end
  161.           object NameEdit: TEdit
  162.             Left = 272
  163.             Top = 24
  164.             Width = 161
  165.             Height = 21
  166.             TabOrder = 0
  167.           end
  168.           object ExecuteTypeEdit: TComboBox
  169.             Left = 272
  170.             Top = 144
  171.             Width = 161
  172.             Height = 21
  173.             ItemHeight = 13
  174.             Items.Strings = (
  175.               'Default'
  176.               'Autorun'
  177.               'Print')
  178.             TabOrder = 3
  179.             Text = 'Default'
  180.           end
  181.           object Button1: TButton
  182.             Left = 448
  183.             Top = 16
  184.             Width = 75
  185.             Height = 25
  186.             Caption = '&Add'
  187.             Default = True
  188.             TabOrder = 6
  189.             OnClick = Add
  190.           end
  191.           object Browse: TButton
  192.             Left = 448
  193.             Top = 56
  194.             Width = 75
  195.             Height = 25
  196.             Caption = '&Browse'
  197.             TabOrder = 7
  198.             OnClick = BrowseClick
  199.           end
  200.           object Delete: TButton
  201.             Left = 448
  202.             Top = 96
  203.             Width = 75
  204.             Height = 25
  205.             Caption = '&Delete'
  206.             TabOrder = 8
  207.             OnClick = DeleteClick
  208.           end
  209.           object ItemTrans: TCheckBox
  210.             Left = 320
  211.             Top = 224
  212.             Width = 97
  213.             Height = 17
  214.             Caption = 'Transparent'
  215.             TabOrder = 5
  216.             OnClick = ItemTransClick
  217.           end
  218.           object ChangeIcon: TButton
  219.             Left = 320
  220.             Top = 200
  221.             Width = 75
  222.             Height = 17
  223.             Caption = 'Change &icon'
  224.             TabOrder = 4
  225.             OnClick = ChangeIconClick
  226.           end
  227.           object FilePathEdit: TEdit
  228.             Left = 272
  229.             Top = 104
  230.             Width = 161
  231.             Height = 21
  232.             TabOrder = 2
  233.           end
  234.           object FileNameEdit: TEdit
  235.             Left = 272
  236.             Top = 64
  237.             Width = 161
  238.             Height = 21
  239.             TabOrder = 1
  240.           end
  241.           object SpinButton2: TSpinButton
  242.             Left = 216
  243.             Top = 8
  244.             Width = 25
  245.             Height = 33
  246.             DownGlyph.Data = {
  247.               AE000000424DAE00000000000000360000002800000009000000060000000100
  248.               1000000000007800000000000000000000000000000000000000E03DE03DE03D
  249.               E03DE03DE03DE03DE03DE03D0000E03DE03DE03DE03D0000E03DE03DE03DE03D
  250.               0C00E03DE03DE03D000000000000E03DE03DE03D0200E03DE03D000000000000
  251.               00000000E03DE03D0302E03D0000000000000000000000000000E03D3AADE03D
  252.               E03DE03DE03DE03DE03DE03DE03DE03DC081}
  253.             TabOrder = 10
  254.             UpGlyph.Data = {
  255.               AE000000424DAE00000000000000360000002800000009000000060000000100
  256.               1000000000007800000000000000000000000000000000000000E03DE03DE03D
  257.               E03DE03DE03DE03DE03DE03D0000E03D0000000000000000000000000000E03D
  258.               BFFFE03DE03D00000000000000000000E03DE03D0000E03DE03DE03D00000000
  259.               0000E03DE03DE03D0000E03DE03DE03DE03D0000E03DE03DE03DE03D3AADE03D
  260.               E03DE03DE03DE03DE03DE03DE03DE03D0000}
  261.             OnDownClick = SpinButton1DownClick
  262.             OnUpClick = SpinButton1UpClick
  263.           end
  264.         end
  265.       end
  266.       object TabSheet2: TTabSheet
  267.         Caption = 'Group options'
  268.         object Label18: TLabel
  269.           Left = 216
  270.           Top = 24
  271.           Width = 58
  272.           Height = 13
  273.           Caption = 'Group name'
  274.         end
  275.         object Groups: TLabel
  276.           Left = 392
  277.           Top = 24
  278.           Width = 37
  279.           Height = 13
  280.           Caption = 'Groups:'
  281.         end
  282.         object GroupBox7: TGroupBox
  283.           Left = 16
  284.           Top = 24
  285.           Width = 193
  286.           Height = 113
  287.           Caption = 'Group font'
  288.           TabOrder = 0
  289.           object FontLabel1: TLabel
  290.             Left = 24
  291.             Top = 16
  292.             Width = 21
  293.             Height = 13
  294.             Caption = 'Font'
  295.           end
  296.           object ChangeFont1: TButton
  297.             Left = 24
  298.             Top = 56
  299.             Width = 121
  300.             Height = 17
  301.             Caption = 'Change font'
  302.             TabOrder = 0
  303.             OnClick = ChangeFont1Click
  304.           end
  305.           object Use_WinFont1: TButton
  306.             Left = 24
  307.             Top = 80
  308.             Width = 121
  309.             Height = 17
  310.             Caption = 'Use windows font'
  311.             TabOrder = 1
  312.             OnClick = Use_WinFont1Click
  313.           end
  314.         end
  315.         object GroupBox6: TGroupBox
  316.           Left = 16
  317.           Top = 144
  318.           Width = 193
  319.           Height = 121
  320.           Caption = 'Group Icon'
  321.           TabOrder = 1
  322.           object GroupIcon: TImage
  323.             Left = 24
  324.             Top = 24
  325.             Width = 41
  326.             Height = 41
  327.             Enabled = False
  328.             Stretch = True
  329.           end
  330.           object GroupIconTrans: TCheckBox
  331.             Left = 24
  332.             Top = 96
  333.             Width = 97
  334.             Height = 17
  335.             Caption = 'Transparent'
  336.             TabOrder = 0
  337.             OnClick = GroupIconTransClick
  338.           end
  339.           object change_icon1: TButton
  340.             Left = 22
  341.             Top = 72
  342.             Width = 123
  343.             Height = 17
  344.             Caption = 'Change icon'
  345.             TabOrder = 1
  346.             OnClick = change_icon1Click
  347.           end
  348.         end
  349.         object GroupEnabled1: TCheckBox
  350.           Left = 232
  351.           Top = 88
  352.           Width = 97
  353.           Height = 17
  354.           Caption = 'Group enabled'
  355.           TabOrder = 2
  356.           OnClick = GroupEnabled1Click
  357.         end
  358.         object NyGroupName1: TEdit
  359.           Left = 227
  360.           Top = 42
  361.           Width = 121
  362.           Height = 21
  363.           TabOrder = 3
  364.           OnChange = NyGroupName1Change
  365.         end
  366.         object GroupListBox1: TListBox
  367.           Left = 392
  368.           Top = 40
  369.           Width = 113
  370.           Height = 201
  371.           ItemHeight = 13
  372.           Items.Strings = (
  373.             'Windows1'
  374.             'Windows2'
  375.             'Windows3'
  376.             'Windows4'
  377.             'Windows5'
  378.             'Windows6'
  379.             'Windows7'
  380.             'Windows8'
  381.             'Windows9'
  382.             'Windows10'
  383.             'Windows11'
  384.             'Windows12'
  385.             'Windows13'
  386.             'Windows14'
  387.             'Windows15')
  388.           TabOrder = 4
  389.           OnClick = GroupListBox1Click
  390.         end
  391.         object Group_Up: TButton
  392.           Left = 392
  393.           Top = 253
  394.           Width = 75
  395.           Height = 17
  396.           Caption = 'Move upp'
  397.           TabOrder = 5
  398.           OnClick = Group_UpClick
  399.         end
  400.         object Group_Down: TButton
  401.           Left = 392
  402.           Top = 270
  403.           Width = 75
  404.           Height = 17
  405.           Caption = 'Move down'
  406.           TabOrder = 6
  407.           OnClick = Group_DownClick
  408.         end
  409.       end
  410.       object TabSheet3: TTabSheet
  411.         Caption = 'User profiles'
  412.         object GroupBox1: TGroupBox
  413.           Left = 16
  414.           Top = 8
  415.           Width = 193
  416.           Height = 321
  417.           Caption = 'Bar'
  418.           TabOrder = 0
  419.           object Label8: TLabel
  420.             Left = 16
  421.             Top = 16
  422.             Width = 31
  423.             Height = 13
  424.             Caption = 'Height'
  425.           end
  426.           object Label9: TLabel
  427.             Left = 16
  428.             Top = 88
  429.             Width = 53
  430.             Height = 13
  431.             Caption = 'Bevel(dots)'
  432.           end
  433.           object Label17: TLabel
  434.             Left = 16
  435.             Top = 112
  436.             Width = 104
  437.             Height = 13
  438.             Caption = 'Position from top(dots)'
  439.           end
  440.           object Label21: TLabel
  441.             Left = 32
  442.             Top = 200
  443.             Width = 38
  444.             Height = 13
  445.             Caption = 'Label21'
  446.           end
  447.           object Label22: TLabel
  448.             Left = 16
  449.             Top = 184
  450.             Width = 24
  451.             Height = 13
  452.             Caption = 'Type'
  453.           end
  454.           object Label10: TLabel
  455.             Left = 16
  456.             Top = 128
  457.             Width = 109
  458.             Height = 13
  459.             Caption = 'Position from right(dots)'
  460.           end
  461.           object Label23: TLabel
  462.             Left = 16
  463.             Top = 240
  464.             Width = 41
  465.             Height = 13
  466.             Caption = 'Show in:'
  467.           end
  468.           object Label27: TLabel
  469.             Left = 16
  470.             Top = 280
  471.             Width = 47
  472.             Height = 13
  473.             Caption = 'Tray icon:'
  474.             Visible = False
  475.           end
  476.           object Image2: TImage
  477.             Left = 120
  478.             Top = 280
  479.             Width = 33
  480.             Height = 33
  481.             Stretch = True
  482.           end
  483.           object FullBar1: TRadioButton
  484.             Left = 24
  485.             Top = 32
  486.             Width = 113
  487.             Height = 17
  488.             Hint = 'Use the fullscreen'
  489.             Caption = 'Fullscreen'
  490.             ParentShowHint = False
  491.             ShowHint = True
  492.             TabOrder = 0
  493.             OnClick = FullBar1Click
  494.           end
  495.           object ButtonsBar1: TRadioButton
  496.             Left = 24
  497.             Top = 48
  498.             Width = 113
  499.             Height = 17
  500.             Hint = 'Always resize the menubar to the last button'
  501.             Caption = 'Buttons'
  502.             ParentShowHint = False
  503.             ShowHint = True
  504.             TabOrder = 1
  505.             OnClick = ButtonsBar1Click
  506.           end
  507.           object CustomBar1: TRadioButton
  508.             Left = 24
  509.             Top = 64
  510.             Width = 81
  511.             Height = 17
  512.             Hint = 'Use a custom height'
  513.             Caption = 'Custom'
  514.             ParentShowHint = False
  515.             ShowHint = True
  516.             TabOrder = 2
  517.             OnClick = CustomBar1Click
  518.           end
  519.           object BarCustom1: TEdit
  520.             Left = 128
  521.             Top = 64
  522.             Width = 41
  523.             Height = 17
  524.             Hint = 'Edit the height of the menubar'
  525.             AutoSize = False
  526.             ParentShowHint = False
  527.             ShowHint = True
  528.             TabOrder = 3
  529.             Visible = False
  530.             OnChange = BarCustom1Change
  531.           end
  532.           object BarBevelHeight1: TEdit
  533.             Left = 128
  534.             Top = 88
  535.             Width = 41
  536.             Height = 17
  537.             Hint = 'Edit the bevel on the menubar'
  538.             AutoSize = False
  539.             ParentShowHint = False
  540.             ShowHint = True
  541.             TabOrder = 4
  542.             OnChange = BarBevelHeight1Change
  543.           end
  544.           object Change: TButton
  545.             Left = 24
  546.             Top = 216
  547.             Width = 75
  548.             Height = 17
  549.             Hint = 'Change the selected pluggin'
  550.             Caption = 'Change'
  551.             ParentShowHint = False
  552.             ShowHint = True
  553.             TabOrder = 5
  554.             OnClick = ChangeClick
  555.           end
  556.           object BarTopEdit1: TEdit
  557.             Left = 128
  558.             Top = 112
  559.             Width = 41
  560.             Height = 17
  561.             Hint = 'Edit the position from the top of the screen'
  562.             AutoSize = False
  563.             ParentShowHint = False
  564.             ShowHint = True
  565.             TabOrder = 6
  566.             OnChange = BarTopEdit1Change
  567.           end
  568.           object BarRight: TEdit
  569.             Left = 128
  570.             Top = 128
  571.             Width = 41
  572.             Height = 17
  573.             Hint = 'Edit the position from the right of the screen'
  574.             AutoSize = False
  575.             ParentShowHint = False
  576.             ShowHint = True
  577.             TabOrder = 7
  578.             OnChange = BarRightChange
  579.           end
  580.           object AlwaysOnTop: TCheckBox
  581.             Left = 16
  582.             Top = 152
  583.             Width = 97
  584.             Height = 17
  585.             Caption = 'StayOnTop'
  586.             TabOrder = 8
  587.             OnClick = AlwaysOnTopClick
  588.           end
  589.           object AutoHide: TCheckBox
  590.             Left = 16
  591.             Top = 168
  592.             Width = 97
  593.             Height = 17
  594.             Caption = 'Auto hide'
  595.             TabOrder = 9
  596.             OnClick = AutoHideClick
  597.           end
  598.           object ShowBox: TComboBox
  599.             Left = 24
  600.             Top = 256
  601.             Width = 145
  602.             Height = 21
  603.             Hint = 'Where do you wont Win Menu 98 to show?'
  604.             Style = csDropDownList
  605.             DropDownCount = 4
  606.             ItemHeight = 13
  607.             Items.Strings = (
  608.               'Task bar and tray'
  609.               'Task bar only'
  610.               'Tray only'
  611.               'None')
  612.             ParentShowHint = False
  613.             ShowHint = True
  614.             TabOrder = 10
  615.             OnChange = ShowBoxChange
  616.           end
  617.         end
  618.         object GroupBox4: TGroupBox
  619.           Left = 224
  620.           Top = 8
  621.           Width = 185
  622.           Height = 137
  623.           Caption = 'Setup file'
  624.           TabOrder = 1
  625.           object DirLabel1: TDirLabel
  626.             Left = 16
  627.             Top = 24
  628.             Width = 153
  629.             Height = 17
  630.             DirName = 'DirLabel1'
  631.           end
  632.           object Button4: TButton
  633.             Left = 24
  634.             Top = 48
  635.             Width = 75
  636.             Height = 17
  637.             Hint = 'Change the setup file'
  638.             Caption = 'Change'
  639.             ParentShowHint = False
  640.             ShowHint = True
  641.             TabOrder = 0
  642.             OnClick = ChangeprofileClick
  643.           end
  644.           object StartMyProfile: TCheckBox
  645.             Left = 16
  646.             Top = 80
  647.             Width = 105
  648.             Height = 17
  649.             Caption = 'Start in my  profile'
  650.             State = cbChecked
  651.             TabOrder = 1
  652.             OnClick = StartMyProfileClick
  653.           end
  654.         end
  655.         object GroupBox2: TGroupBox
  656.           Left = 224
  657.           Top = 160
  658.           Width = 185
  659.           Height = 169
  660.           Caption = 'Icons'
  661.           TabOrder = 2
  662.           object Label6: TLabel
  663.             Left = 24
  664.             Top = 24
  665.             Width = 57
  666.             Height = 13
  667.             Caption = 'Height(dots)'
  668.           end
  669.           object Label7: TLabel
  670.             Left = 24
  671.             Top = 40
  672.             Width = 54
  673.             Height = 13
  674.             Caption = 'Widht(dots)'
  675.           end
  676.           object Label12: TLabel
  677.             Left = 24
  678.             Top = 56
  679.             Width = 65
  680.             Height = 13
  681.             Caption = 'Spacing(dots)'
  682.           end
  683.           object Label24: TLabel
  684.             Left = 24
  685.             Top = 120
  686.             Width = 78
  687.             Height = 13
  688.             Caption = 'Popup delay(ms)'
  689.           end
  690.           object IconsHeight1: TEdit
  691.             Left = 112
  692.             Top = 24
  693.             Width = 41
  694.             Height = 17
  695.             Hint = 'Edit the Icons height'
  696.             AutoSize = False
  697.             ParentShowHint = False
  698.             ShowHint = True
  699.             TabOrder = 0
  700.             OnChange = IconsHeight1Change
  701.           end
  702.           object IconsWidht1: TEdit
  703.             Left = 112
  704.             Top = 40
  705.             Width = 41
  706.             Height = 17
  707.             Hint = 'Edit icons widht'
  708.             AutoSize = False
  709.             ParentShowHint = False
  710.             ShowHint = True
  711.             TabOrder = 1
  712.             OnChange = IconsWidht1Change
  713.           end
  714.           object IconsSpace1: TEdit
  715.             Left = 112
  716.             Top = 56
  717.             Width = 41
  718.             Height = 17
  719.             Hint = 'Edit the space between the icons'
  720.             AutoSize = False
  721.             ParentShowHint = False
  722.             ShowHint = True
  723.             TabOrder = 2
  724.             OnChange = IconsSpace1Change
  725.           end
  726.           object AutoPopup1: TCheckBox
  727.             Left = 24
  728.             Top = 100
  729.             Width = 97
  730.             Height = 17
  731.             Hint = 'Let the menu popup o mouse over'
  732.             Caption = 'Auto popup'
  733.             ParentShowHint = False
  734.             ShowHint = True
  735.             TabOrder = 3
  736.             OnClick = AutoPopup1Click
  737.           end
  738.           object PopupDelay: TEdit
  739.             Left = 112
  740.             Top = 120
  741.             Width = 41
  742.             Height = 17
  743.             AutoSize = False
  744.             TabOrder = 4
  745.             OnChange = PopupDelayChange
  746.           end
  747.         end
  748.       end
  749.       object TabSheet1: TTabSheet
  750.         Caption = 'Live update'
  751.         object Label26: TLabel
  752.           Left = 312
  753.           Top = 144
  754.           Width = 94
  755.           Height = 13
  756.           Caption = 'Download progress:'
  757.         end
  758.         object DownloadStatus: TLabel
  759.           Left = 312
  760.           Top = 200
  761.           Width = 40
  762.           Height = 13
  763.           Caption = 'Ready...'
  764.         end
  765.         object GroupBox5: TGroupBox
  766.           Left = 312
  767.           Top = 8
  768.           Width = 193
  769.           Height = 113
  770.           Caption = 'Current version info'
  771.           TabOrder = 0
  772.           object Version: TLabel
  773.             Left = 8
  774.             Top = 24
  775.             Width = 35
  776.             Height = 13
  777.             Caption = 'Version'
  778.           end
  779.           object Dato: TLabel
  780.             Left = 8
  781.             Top = 48
  782.             Width = 23
  783.             Height = 13
  784.             Caption = 'Dato'
  785.           end
  786.         end
  787.         object GroupBox8: TGroupBox
  788.           Left = 8
  789.           Top = 8
  790.           Width = 281
  791.           Height = 329
  792.           Caption = 'Server version info'
  793.           TabOrder = 1
  794.           object NewVersion: TLabel
  795.             Left = 24
  796.             Top = 32
  797.             Width = 35
  798.             Height = 13
  799.             Caption = 'Version'
  800.           end
  801.           object NewDato: TLabel
  802.             Left = 24
  803.             Top = 56
  804.             Width = 23
  805.             Height = 13
  806.             Caption = 'Date'
  807.           end
  808.           object Label25: TLabel
  809.             Left = 8
  810.             Top = 88
  811.             Width = 126
  812.             Height = 13
  813.             Caption = 'Info about the new version'
  814.           end
  815.           object LiveUpdate: TButton
  816.             Left = 184
  817.             Top = 24
  818.             Width = 81
  819.             Height = 25
  820.             Caption = 'Connect'
  821.             Enabled = False
  822.             TabOrder = 0
  823.             OnClick = LiveUpdateClick
  824.           end
  825.           object LiveDownload: TButton
  826.             Left = 184
  827.             Top = 48
  828.             Width = 81
  829.             Height = 25
  830.             Caption = 'Update'
  831.             Enabled = False
  832.             TabOrder = 1
  833.             OnClick = LiveDownloadClick
  834.           end
  835.           object Memo1: TMemo
  836.             Left = 8
  837.             Top = 104
  838.             Width = 265
  839.             Height = 217
  840.             Lines.Strings = (
  841.               ''
  842.               ' -No new version on the server')
  843.             TabOrder = 2
  844.           end
  845.         end
  846.         object DownloadProgress: TProgressBar
  847.           Left = 312
  848.           Top = 168
  849.           Width = 193
  850.           Height = 15
  851.           Min = 0
  852.           Max = 100
  853.           TabOrder = 2
  854.         end
  855.       end
  856.       object AboutTab: TTabSheet
  857.         Caption = 'About'
  858.         object TransImage1: TTransImage
  859.           Left = 16
  860.           Top = 8
  861.           Width = 200
  862.           Height = 200
  863.           Picture.Data = {<image001.bmp>}
  864.           PictureMask.Data = {<image002.bmp>}
  865.         end
  866.         object Label13: TLabel
  867.           Left = 232
  868.           Top = 32
  869.           Width = 281
  870.           Height = 33
  871.           AutoSize = False
  872.           Caption = 'Svenna∩┐╜s Win Menu 98'
  873.           Font.Charset = ANSI_CHARSET
  874.           Font.Color = clRed
  875.           Font.Height = -24
  876.           Font.Name = 'Comic Sans MS'
  877.           Font.Style = [fsBold, fsItalic, fsUnderline]
  878.           ParentFont = False
  879.           Transparent = True
  880.         end
  881.         object Label14: TLabel
  882.           Left = 224
  883.           Top = 96
  884.           Width = 51
  885.           Height = 13
  886.           Caption = 'Shareware'
  887.         end
  888.         object Label15: TLabel
  889.           Left = 233
  890.           Top = 112
  891.           Width = 194
  892.           Height = 26
  893.           Caption = 
  894.             'This is app shareware. but if you use this FREE registration it∩┐╜' +
  895.             's yours.'
  896.           Transparent = True
  897.           WordWrap = True
  898.         end
  899.         object Image1: TImage
  900.           Left = 440
  901.           Top = 72
  902.           Width = 75
  903.           Height = 103
  904.           AutoSize = True
  905.           Picture.Data = {<image003.bmp>}
  906.         end
  907.         object Label20: TLabel
  908.           Left = 24
  909.           Top = 280
  910.           Width = 95
  911.           Height = 13
  912.           Caption = '1279 OSLO Norway'
  913.         end
  914.         object Label19: TLabel
  915.           Left = 24
  916.           Top = 264
  917.           Width = 57
  918.           Height = 13
  919.           Caption = 'Pasopvg 31'
  920.         end
  921.         object URLLabel2: TURLLabel
  922.           Left = 24
  923.           Top = 240
  924.           Width = 91
  925.           Height = 13
  926.           Cursor = crHandPoint
  927.           Effect98 = True
  928.           Caption = 'www.sventore.com'
  929.           Font.Charset = DEFAULT_CHARSET
  930.           Font.Color = clBlue
  931.           Font.Height = -11
  932.           Font.Name = 'MS Sans Serif'
  933.           Font.Style = []
  934.           ParentFont = False
  935.           Transparent = True
  936.         end
  937.         object URLLabel1: TURLLabel
  938.           Left = 24
  939.           Top = 224
  940.           Width = 107
  941.           Height = 13
  942.           Cursor = crHandPoint
  943.           LabelType = hmMAIL
  944.           AllowDown = True
  945.           Effect98 = True
  946.           Caption = 'mailme@sventore.com'
  947.           Font.Charset = DEFAULT_CHARSET
  948.           Font.Color = clBlue
  949.           Font.Height = -11
  950.           Font.Name = 'MS Sans Serif'
  951.           Font.Style = []
  952.           ParentFont = False
  953.           Transparent = True
  954.         end
  955.         object Label16: TLabel
  956.           Left = 24
  957.           Top = 200
  958.           Width = 88
  959.           Height = 13
  960.           Caption = 'Sven Tore Iversen'
  961.         end
  962.         object TickLabel: TLabel
  963.           Left = 232
  964.           Top = 160
  965.           Width = 20
  966.           Height = 24
  967.           Caption = '15'
  968.           Font.Charset = DEFAULT_CHARSET
  969.           Font.Color = clRed
  970.           Font.Height = -19
  971.           Font.Name = 'MS Sans Serif'
  972.           Font.Style = [fsUnderline]
  973.           ParentFont = False
  974.           Visible = False
  975.         end
  976.         object SerialButton: TButton
  977.           Left = 440
  978.           Top = 240
  979.           Width = 75
  980.           Height = 25
  981.           Caption = '&Enter Serial'
  982.           TabOrder = 1
  983.           OnClick = SerialButtonClick
  984.         end
  985.         object Button2: TButton
  986.           Left = 440
  987.           Top = 264
  988.           Width = 75
  989.           Height = 25
  990.           Caption = '&Register'
  991.           TabOrder = 0
  992.           OnClick = Button2Click
  993.         end
  994.       end
  995.     end
  996.   end
  997.   object Open: TOpenDialog
  998.     Left = 120
  999.     Top = 384
  1000.   end
  1001.   object OpenImage: TOpenPictureDialog
  1002.     Filter = 
  1003.       'All (*.gif;*.bmp;*.ico;*.emf;*.wmf)|*.gif;*.bmp;*.ico;*.emf;*.wm' +
  1004.       'f|CompuServe GIF Image (*.gif)|*.gif|Bitmaps (*.bmp)|*.bmp|Icons' +
  1005.       ' (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf|Metafiles (*.wmf' +
  1006.       ')|*.wmf'
  1007.     Left = 80
  1008.     Top = 384
  1009.   end
  1010.   object FileDrop1: TFileDrop
  1011.     EnableDrop = True
  1012.     DropControl = Owner
  1013.     OnDrop = FileDrop1Drop
  1014.     Left = 48
  1015.     Top = 384
  1016.   end
  1017.   object FontDialog1: TFontDialog
  1018.     Font.Charset = DEFAULT_CHARSET
  1019.     Font.Color = clWindowText
  1020.     Font.Height = -11
  1021.     Font.Name = 'MS Sans Serif'
  1022.     Font.Style = []
  1023.     MinFontSize = 4
  1024.     MaxFontSize = 24
  1025.     Left = 16
  1026.     Top = 384
  1027.   end
  1028.   object Timer1: TTimer
  1029.     Enabled = False
  1030.     OnTimer = Timer1Timer
  1031.     Left = 161
  1032.     Top = 381
  1033.   end
  1034.   object VersionInfo1: TrpVersionInfo
  1035.     Left = 201
  1036.     Top = 381
  1037.   end
  1038.   object OnlyOne: TSingleInstance
  1039.     Left = 240
  1040.     Top = 380
  1041.   end
  1042.   object FTP: T_FTP
  1043.     Hostname = '127.0.0.1'
  1044.     URI = '127.0.0.1/wm98'
  1045.     Password = 'update'
  1046.     Username = 'live'
  1047.     Async = False
  1048.     Left = 272
  1049.     Top = 380
  1050.   end
  1051. end
  1052.